home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TCOPYORMOVE / TCOPYORMOVE.txt
Encoding:
Text File  |  1996-06-03  |  1.2 KB  |  65 lines

  1. object CopyOrMove: TCopyOrMove
  2.   Left = 347
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 406
  6.   ClientWidth = 349
  7.   Font.Color = clBlack
  8.   Font.Height = -17
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   TextHeight = 19
  16.   object Panel1: TPanel
  17.     Left = 6
  18.     Top = 4
  19.     Width = 335
  20.     Height = 41
  21.     Caption = 'Panel1'
  22.     Color = clOlive
  23.     TabOrder = 0
  24.     object HotKeyLabel: TLabel
  25.       Left = 12
  26.       Top = 8
  27.       Width = 313
  28.       Height = 29
  29.       Alignment = taCenter
  30.       AutoSize = False
  31.       Font.Color = clBlack
  32.       Font.Height = -20
  33.       Font.Name = 'Arial'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.   end
  38.   object KeyList: TListBox
  39.     Left = 8
  40.     Top = 52
  41.     Width = 333
  42.     Height = 305
  43.     ItemHeight = 19
  44.     TabOrder = 1
  45.   end
  46.   object OkButton: TButton
  47.     Left = 52
  48.     Top = 364
  49.     Width = 105
  50.     Height = 33
  51.     Caption = '&Ok'
  52.     TabOrder = 2
  53.     OnClick = OkButtonClick
  54.   end
  55.   object CancelButton: TButton
  56.     Left = 184
  57.     Top = 364
  58.     Width = 105
  59.     Height = 33
  60.     Caption = '&Cancel'
  61.     TabOrder = 3
  62.     OnClick = CancelButtonClick
  63.   end
  64. end
  65.